Skip to content

Add Python 3.14 to macOS ARM64 build matrix#1210

Open
shrutisachan08 wants to merge 1 commit intoopencv:4.xfrom
shrutisachan08:fix-macos-arm-python314-build
Open

Add Python 3.14 to macOS ARM64 build matrix#1210
shrutisachan08 wants to merge 1 commit intoopencv:4.xfrom
shrutisachan08:fix-macos-arm-python314-build

Conversation

@shrutisachan08
Copy link
Copy Markdown

@shrutisachan08 shrutisachan08 commented Feb 18, 2026

This PR add python 3.14 to macOS ARM64 build matrix.
Currently macOS ARM64 build wheels only using python 3.9 while the test matrix already include python 3.14.

Fixes #1196

@loscrossos
Copy link
Copy Markdown

i think no PR is needed: the workflows builds an ABI wheel once with python3.9 that is compatible across all pythons.

You can see this is the "test" arm that uses the "build" arm and tests it across python 3.9-3.14:

Test:
needs: [Build]
runs-on: python-macos12-m1
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No wheel available for OSX ARM for opencv-python==4.13.0.90

2 participants